func go.pact.im/x/goupdate.intersectPackageSets

2 uses

	go.pact.im/x/goupdate (current package)
		diff.go#L109: 		intersect := intersectPackageSets(oldByImportPath, newByImportPath)
		packages.go#L114: func intersectPackageSets(pkgByImportPath, otherPkgByImportPath map[string]*packages.Package) []string {